Open
Conversation
StephanieCzetli
commented
Dec 12, 2020
|
|
||
| ## Description | ||
| You will pair program with a partner to complete this assignemnt. One partner, the driver, should share their screen and be the one typing. The other partner, the observer, should review each line of code. Both partners should be cooperating when solving problems. When an objective has been met, the driver should push the code to the GitHub account, the observer should pull the changes, and the two partners switch roles. | ||
| You will pair program with a partner to complete this assignment. One partner, the driver, should share their screen and be the one typing. The other partner, the observer, should review each line of code. Both partners should be cooperating when solving problems. When an objective has been met, the driver should push the code to the GitHub account, the observer should pull the changes, and the two partners switch roles. |
Collaborator
Author
There was a problem hiding this comment.
corrected spelling error
StephanieCzetli
commented
Dec 12, 2020
| 1. Create the header and footer for the webpage. | ||
| 2. Display the main content (left side of mock up) on the webpage | ||
| 3. Display the Sidebar conent on the webpage | ||
| 3. Display the Sidebar content on the webpage |
Collaborator
Author
There was a problem hiding this comment.
corrected spelling error - conent ->content
StephanieCzetli
commented
Dec 12, 2020
|
|
||
| ## Submission | ||
| Create a pull request from your team's repor to the class repo | ||
| Create a pull request from your team's report to the class repo |
Collaborator
Author
There was a problem hiding this comment.
corrected spelling error - repor ->report
StephanieCzetli
commented
Dec 12, 2020
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| <title>MyWebsite</title> |
Collaborator
Author
There was a problem hiding this comment.
changed document->MyWebsite for SEO optimization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revised HTML code to receive flexbox styling. Created stylesheet to receive flexbox styles.